home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1997 May / PC Plus Super CD Issue 127 (May 1997).iso / wacom / install.bat < prev    next >
Encoding:
DOS Batch File  |  1996-08-19  |  1.0 KB  |  52 lines

  1. @echo off
  2. ECHO Searching for DOS install script. 
  3. ECHO.
  4. if EXIST dos\installw.exe goto doit
  5. if EXIST installw.exe goto bad
  6.  
  7. if %0==A:INSTALL goto doita
  8. if %0==A:Install goto doita
  9. if %0==A:install goto doita
  10. if %0==a:Install goto doita
  11. if %0==a:install goto doita
  12. if %0==A:\INSTALL goto doita
  13. if %0==A:\Install goto doita
  14. if %0==A:\install goto doita
  15. if %0==a:\Install goto doita
  16. if %0==a:\install goto doita
  17.  
  18. if %0==B:INSTALL goto doitb
  19. if %0==B:Install goto doitb
  20. if %0==B:install goto doitb
  21. if %0==b:Install goto doitb
  22. if %0==b:install goto doitb
  23. if %0==B:\INSTALL goto doitb
  24. if %0==B:\Install goto doitb
  25. if %0==B:\install goto doitb
  26. if %0==b:\Install goto doitb
  27. if %0==b:\install goto doitb
  28.  
  29. echo Change to the drive and directory containing the WACOM INSTALL.BAT file
  30. echo and type INSTALL.
  31. goto end
  32.  
  33. :bad
  34. echo Please decompress the zip file using the -D option.
  35. goto end
  36.  
  37. :doit
  38. dos\installw
  39. goto end
  40.  
  41. :doita
  42. a:\dos\installw
  43. goto end
  44.  
  45. :doitb
  46. b:\dos\installw
  47. goto end
  48.  
  49. :end
  50. ECHO.
  51. ECHO.
  52.